github.com/refraction-networking/utls.serverHandshakeStateTLS13.echContext (field)
11 uses
github.com/refraction-networking/utls (current package)
handshake_server.go#L54: echContext: ech,
handshake_server_tls13.go#L63: echContext *echServerContext
handshake_server_tls13.go#L569: if hs.echContext != nil {
handshake_server_tls13.go#L605: if hs.echContext != nil {
handshake_server_tls13.go#L617: if echType == outerECHExt && hs.echContext.inner || echType == innerECHExt && !hs.echContext.inner {
handshake_server_tls13.go#L623: if echCiphersuite != hs.echContext.ciphersuite || configID != hs.echContext.configID || len(encap) != 0 {
handshake_server_tls13.go#L628: encodedInner, err := decryptECHPayload(hs.echContext.hpkeContext, clientHello.original, payload)
handshake_server_tls13.go#L731: if hs.echContext != nil {
handshake_server_tls13.go#L804: if len(hs.c.config.EncryptedClientHelloKeys) > 0 && len(hs.clientHello.encryptedClientHello) > 0 && hs.echContext == nil {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |